projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a6bd76
)
(calendar-mayan-long-count-to-absolute): Keep old name as alias.
author
Glenn Morris
<rgm@gnu.org>
Fri, 4 Apr 2008 07:30:39 +0000
(07:30 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 4 Apr 2008 07:30:39 +0000
(07:30 +0000)
lisp/calendar/cal-mayan.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-mayan.el
b/lisp/calendar/cal-mayan.el
index 176e32208c3aa9eb927a93dad33c1f667af46bcd..0dd78edebfa1fe6f8a96396c73faa974770001ee 100644
(file)
--- a/
lisp/calendar/cal-mayan.el
+++ b/
lisp/calendar/cal-mayan.el
@@
-345,6
+345,9
@@
Long count is a list (baktun katun tun uinal kin)"
;; Days before absolute date 0.
(- calendar-mayan-days-before-absolute-zero)))
+(define-obsolete-function-alias 'calendar-absolute-from-mayan-long-count
+ 'calendar-mayan-long-count-to-absolute "23.1")
+
(defun calendar-mayan-long-count-common-era (lc)
"Return non-nil if long count LC represents a date in the Common Era."
(let ((base (calendar-mayan-long-count-from-absolute 1)))